home *** CD-ROM | disk | FTP | other *** search
- object LineBreak: TLineBreak
- Left = 200
- Top = 117
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Line Break'
- ClientHeight = 144
- ClientWidth = 275
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 257
- Height = 73
- Caption = 'Clear'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 16
- Top = 32
- Width = 73
- Height = 17
- Caption = 'Left'
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 104
- Top = 32
- Width = 73
- Height = 17
- Caption = 'Right'
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 192
- Top = 32
- Width = 57
- Height = 17
- Caption = 'All'
- TabOrder = 2
- end
- end
- object BitBtn1: TBitBtn
- Left = 16
- Top = 96
- Width = 113
- Height = 33
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 144
- Top = 96
- Width = 113
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-